Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / AddRange(IEnumerable<IConditionalFormattingRule>) Method
The collection whose elements should be added to the end of the ConditionalFormatting object. The collection itself and the elements cannot be null.


In This Topic
    AddRange(IEnumerable<IConditionalFormattingRule>) Method
    In This Topic
    Adds the elements of the specified IConditionalFormattingRule collection to the ConditionalFormatting object.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of IConditionalFormattingRule) _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormatting
    Dim collection As IEnumerable(Of IConditionalFormattingRule)
     
    instance.AddRange(collection)

    Parameters

    collection
    The collection whose elements should be added to the end of the ConditionalFormatting object. The collection itself and the elements cannot be null.
    See Also